How to Install node-request software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install node-request software package in Ubuntu 14.04 LTS (Trusty Tahr)

node-request software package provides simplified HTTP request client module for Node.js, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install node-request 

node-request is installed in your system.

Make ensure the node-request package were installed using the commands given below,

$ sudo dpkg-query -l | grep node-request *

You will get with node-request package name, version, architecture and description in a table

node-request package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Web Software
Package node-request
Version 2.26.1-1
Description simplified HTTP request client module for Node.js
Sub Section Web


See Also, How to uninstall or remove node-request software package from Ubuntu 14.04 LTS (Trusty Tahr)?